ASP.NET MVC Controls | ComponentOne
C1.Web.Mvc.Finance Namespace / Macd<T> Class / FastPeriod Property

In This Topic
    FastPeriod Property (Macd<T>)
    In This Topic
    Gets or sets the fast exponential moving average period for the MACD line.
    Syntax
    'Declaration
     
    
    <DefaultValueAttribute(12)>
    Public Property FastPeriod As Double
    [DefaultValue(12)]
    public double FastPeriod {get; set;}
    See Also